home *** CD-ROM | disk | FTP | other *** search
- @import url(chrome://global/skin/);
-
- .textLink {
- color : blue;
- cursor : pointer;
- }
-
- .iframeInfoDialog
- {
- background: url(txt-mybackg.png);
- background-repeat: no-repeat;
- background-position: right bottom;
- background-color: #d4fecf;
- border: 2px solid black;
- }
-
- #barOfMyIFrameInfoDialog
- {
- height: 12px;
- background: url(test2.png);
- cursor: pointer;
- font-size: 11px;
- font-weight: bold;
-
- }
-
- .myIFrameTitleBar{
- padding: 0 2px 0px 2px;
- margin: 0;
- }
-
- #myIframeAboutLabel {
- cursor: inherit;
- }
-
- #closeButton
- {
- cursor: pointer;
- list-style-image: url(myClose.png);
- height: 14px;
- width: 16px;
- }
-
- #bottomBarOfMyIFrameInfoDialog
- {
- height: 14px;
- }
-
-
- /* This is relevant for cursor like for resizing cursor
- to inherit the propert shape */
- .textbox-input
- {
- cursor: inherit;
- }
-
-
- .iframeContainer
- {
- -moz-appearance: none;
- background-color: transparent;
- font-family: helvetica, sans-serif;
- font-size: 11pt;
- font-weight: normal;
- margin: 0;
- border: 0;
- padding: 0;
- }
-
- #resizeMyIFrameInfoDialog
- {
- cursor: se-resize;
- background : url(redim2.png);
- width: 14px;
- }
-